go/types.declInfo.inherited (field)
3 uses
go/types (current package)
decl.go#L184: check.constDecl(obj, d.vtyp, d.init, d.inherited)
resolver.go#L27: inherited bool // if set, the init expression is inherited from a previous constant declaration
resolver.go#L362: d := &declInfo{file: fileScope, version: check.version, vtyp: d.typ, init: init, inherited: d.inherited}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)